home *** CD-ROM | disk | FTP | other *** search
- From: marek@iiasa.ac.at (Marek MAKOWSKI)
- Message-ID: <1996Feb1.092058.4745@iiasa.ac.at>
- X-Original-Date: Thu, 1 Feb 1996 09:20:58 GMT
- Path: in1.uu.net!bounce-back
- Date: 01 Feb 96 15:50:32 GMT
- Approved: fjh@cs.mu.oz.au
- Newsgroups: comp.std.c++
- Subject: #ifdef XXXX
- Organization: IIASA, Laxenburg, Austria
- X-Newsreader: TIN [version 1.2 PL2]
- X-Auth: PGPMoose V1.1 PGP comp.std.c++
- iQBFAgUBMRDhbOEDnX0m9pzZAQHonwF9G+L60ZBsMFhOpfo6Uc1FAMOveXZ1oU7q
- PleKAcK2fCoceAR5VPuFDZ920foB+s0P
- =YjVW
-
- Would not it be sensible to add to the preprocessing a directive
- that would stop processing the current file ? Something like
-
- #ifdef XXXX
- #exit
-
- this would safe processing (sometimes very long) file in the common
- situations:
-
- #ifdef XXXX
- // a (possibly) long header file hear
- #endif /* ifdef XXXX*/
-
- Marek Makowski
-
- --
- Marek Makowski | Email: marek@iiasa.ac.at
- International Institute | Phone: (+43-2236) 807.561
- for Applied Systems Analysis | Fax: (+43-2236) 71.313
- A-2361 Laxenburg, Austria | Web: http://www.iiasa.ac.at
- ---
- [ comp.std.c++ is moderated. Submission address: std-c++@ncar.ucar.edu.
- Contact address: std-c++-request@ncar.ucar.edu. The moderation policy
- is summarized in http://dogbert.lbl.gov/~matt/std-c++/policy.html. ]
-